From 657b303878e780b5189c062448ef6eddd0b3f3b1 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 4 Oct 2018 10:15:08 +0100 Subject: [PATCH] x86: expose CONFIG_PV Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- xen/arch/x86/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 12b68a8544..5c2d1070b6 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -37,6 +37,14 @@ source "arch/Kconfig" config PV def_bool y + prompt "PV support" + ---help--- + Interfaces to support PV domains. These require guest kernel support + to run as a PV guest, but don't require any specific hardware support. + + This option is needed if you want to run PV domains. + + If unsure, say Y. config PV_LINEAR_PT bool "Support for PV linear pagetables" -- 2.30.2